Skip to main content

All Questions

2votes
2answers
829views

Calculate the total sum of points that cost to level up a character

I'm learning JavaFX and how to make good code in general. I created a little aplication that let you calculate how many points cost to level up a character stats. But I noticed that I usually repeteat ...
Green_Sam's user avatar
3votes
1answer
421views

Student project that calculates the return on an investment

This is a simple student project that calculates the return on an investment with a given investment amount, number of years invested, and annual interest rate. I know this is pretty basic, but I'm ...
Joshua Ferrell's user avatar
3votes
2answers
1kviews

Quadratic Equation Calculator with Java FX

I have designed a quadratic Equation Calculator with Java FX. It is divided into four separate classes: GUI.fxml to design the UI Logic class with the all the logic ...
Rayyan Merchant's user avatar
5votes
1answer
19kviews

Simple JavaFX Calculator

I made a simple JavaFX calculator. It does basic calculations, and works to the best of my knowledge. However, I'm a novice at both Java and JavaFX, so I seriously doubt this is as efficient and clean ...
Sky's user avatar
  • 329
7votes
1answer
4kviews

Calculations with FX

There have been a lot of calculators lately. It seems like this community challenge all over again, I didn't make a proper one then, so I'm joining the calculatrain now. Building from the lessons ...
Legato's user avatar
  • 9,839
3votes
2answers
3kviews

Permutation and combination calculator

I wanted to make something for the Community Challenge, so I made a simple permutation and combination calculator. I'd like input on: The overall design - any suboptimal choices that could be improved?...
Legato's user avatar
  • 9,839
7votes
1answer
1kviews

Lambdas will guide you home, CSS will ignite your code, Java I'll try to FX you

I've been learning JavaFX and wanted to recreate Simple calculator implemented with lambdas. It's also my first time using CSS, whose capability has convinced me of the wonders and appeal of JavaFX ...
Legato's user avatar
  • 9,839

close